home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
EXAMS
/
NVTECH
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-09
|
2KB
|
50 lines
echo off
cls
echo
echo
echo
echo
echo
echo Do not erase any of the files on this disk. Make a working copy
echo of this disk and use it. Also, all of these files must be on the
echo same disk drive or in the same directory, for the programs to run
echo properly. If you have a hard disk, it is suggested that you copy
echo all of the files on this disk to a subdirectory on the hard drive.
echo
echo A Morse code program named MORSE.EXE is also included and it will
echo convert any ASCII file into Morse code. The filename can include
echo a path. The Morse code program also has built in Lessons, Random
echo words and code Groups. Type MORSE at the DOS prompt and read the
echo directions. I suggest that one uses a tape to learn the code and
echo then uses the computer to build up speed and confidence.
echo
echo
pause
cls
echo
echo
echo
echo
echo
echo A calculator is provided in these Amateur Radio license programs.
echo F2 activates the calculator and A, B, C, D or Esc removes it and
echo continues the main program. Please learn how to work the problems
echo with the calculator that you are going to take to the exam.
echo
echo When you are going through the entire pool, enter A, B, C, or D
echo until you select the correct answer. When the correct answer is
echo selected, the word correct will appear. During the sample tests,
echo correct will not appear, but you can use F1 to find out how many
echo questions are remaining to be answered.
echo
echo To run one of these programs in the future, type NOVICE, TECH or
echo MORSE at the DOS prompt. The novice program will start now.
echo
echo
pause
novice
if not exist 73 goto end
pause
morse 73 5
:end